home *** CD-ROM | disk | FTP | other *** search
/ Bible Heaven / Bible Heaven.iso / online / notes.bat < prev    next >
DOS Batch File  |  1994-09-14  |  515b  |  22 lines

  1. @echo off
  2. echo off
  3. rem
  4. rem $ 5 - path  to install notes directories on
  5. rem $ 2 - eight character name for notes
  6. rem $ 3 - radix 5, 12, 25, or 50, defaults to 50
  7. rem
  8. if %1x == *x %cd%\ONLINE\notes %cd%\ONLINE %2 %3
  9. rem Gill has radix of 12 not 50
  10. if not %2x == gillx goto l1
  11. %cd%\ONLINE\bldnotes %1 %2 12
  12. goto l3
  13. :l1
  14. rem PSALMS has radix of 5 not 50
  15. if not %2x == psalmsx goto l2
  16. %cd%\ONLINE\bldnotes %1 %2 5
  17. goto l3
  18. :l2
  19. %cd%\ONLINE\bldnotes %1 %2 %3
  20. :l3
  21. if errorlevel 1 Directories Not Created
  22.